home *** CD-ROM | disk | FTP | other *** search
/ Champak 140 / (Vol 140) Sep 19 2011.iso / Games / thump.swf / scripts / frame_13 / PlaceObject2_11_957 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2011-09-19  |  168b  |  10 lines

  1. onClipEvent(load){
  2.    function playSound()
  3.    {
  4.       tires.start();
  5.    }
  6.    tires = new Sound(this);
  7.    tires.attachSound("tires");
  8.    tires.setVolume(40);
  9. }
  10.